Wolters Kluwer CCH® SureTax®

    Show / Hide Table of Contents

    SureTax Config API

    POST User

    POST User

    Overview

    The POST User API endpoint facilitates the process of creating a new user. As part of the process, the newly created user will receive an email.

    OperationId: POST User

    Authorization Method(s): OAuth

    Verb: POST

    End Point: /api/v1/User


    Request Body
    Request Model
    Display NameField NameField Type
    First Name *firstNamestring
    Last Name *lastNamestring
    Web Role *webRolestring
    Email *emailstring
    Active *activeboolean
    Phone Number phoneNumberstring
    Mfa Contact mfaContactstring
    Preparer preparerboolean
    Tax Id taxIdstring
    Title titlestring
    Access To All LFEs accessToAllLFEsboolean
    Access To LFEs accessToLFEsarray[]
    Companies companiesarray[]

    Example Request

    The following is an json request for this operation.

    {
      "firstName": "name",
      "lastName": "last name",
      "webRole": "role1",
      "email": "user1@wk.com",
      "active": true,
      "phoneNumber": "1234567890",
      "mfaContact": "user1mfa@wk.com",
      "preparer": true,
      "taxId": "1234567890",
      "title": "Preparer tittle",
      "accessToAllLFEs": true,
      "accessToLFEs": [
        "000000001",
        "000000002"
      ],
      "companies": [
        "company 1"
      ]
    }

    *Mandatory parameter


    Response Codes
    Response codes in an API indicate the outcome of a request. They are three-digit numbers returned by the server to help the client understand if the request was successful, encountered an error, or needs further action. This operation has the following possible responses.

    code description
    201 The API responds with this code to indicate that the data was created successfully.
    400 Bad Request - The server could not process the request due to invalid input or missing required parameters.
    401 Unauthorized: The user's authentication is not valid.
    500 Internal Server Error - An unexpected error occurred on the server while processing the request.




    Enter Environment Credentials








    Wolters Kluwer Product Name - Page anchor links toWolters Kluwer Product Name - Page anchor links to
    © Wolters Kluwer and/or its affiliates. All rights reserved.